|
Public Attributes |
| LPARAM | m_ID |
| | ID used as ACT.
|
| double | n_geodec_x |
| double | n_geodec_y |
| | Output: actual roadmatched position in geographical notation.
|
| double | m_geodec_x |
| double | m_geodec_y |
| | Output: actual GPS position in geographical notation.
|
| int | m_mercartor_x |
| int | m_mercartor_y |
| | Output: actual GPS position in mercartor notation.
|
| int | m_lon |
| int | m_lat |
| | Output: actual GPS position in logitude and latitude.
|
| int | m_course |
| | Output: actual duration.
|
| int | m_velocity |
| | Output: actual spped.
|
| int | m_noSatsUsed |
| | Output: number of satellities used for GPS.
|
| int | m_Altitude |
| | Output: actual altitude in meters.
|
| int | m_lastdata |
| | Output: the time span in msec since the last valid GPS position.
|
| int | m_disttotarget |
| | Output: distance in meters to the navigation destination.
|
| int | m_timetotarget |
| | Output: estimated time in seconds to reach the navigation destination.
|
| wchar_t | m_date [16] |
| | Output: actual satellite date.
|
| wchar_t | m_time [8] |
| | Output: actual satellite time.
|
| wchar_t | n_mercartor [128] |
| | Output: actual roadmatched position in mercartor notation.
|
| wchar_t | m_street [50] |
| | Output: name of the street at the actual position.
|
| bool | flag |
| | Internal: flag for the navigation information section.
|